Compare Pastes
Differences between the pastes
#137426 (02.07.2020 16:20)
and
#265704 (09.10.2022 23:55).
| 1 | root@getmefollowed ~# grep -v ";" /etc/opt/remi/php56/php-fpm.d/ecoblaze.conf | sed -r '/^\s*$/d' | |
| 2 | [ecoblaze] | |
| 3 | user = ecoblaze | |
| 4 | group = ecoblaze | |
| 5 | listen = /var/run/ecoblaze-fpm56.sock | |
| 6 | listen.owner = ecoblaze | |
| 7 | listen.group = ecoblaze | |
| 1 | ||
| 2 | ||
| 3 | ||
| 4 | ||
| 5 | ||
| 6 | ||
| 7 | ||
| 8 | listen.mode = 0666 | |
| 9 | listen.allowed_clients = 127.0.0.1 | |
| 10 | pm = dynamic | |
| 11 | pm.max_children = 50 | |
| 12 | pm.start_servers = 5 | |
| 13 | pm.min_spare_servers = 5 | |
| 14 | pm.max_spare_servers = 35 | |
| 15 | slowlog = /opt/remi/php56/root/var/log/php-fpm/www-slow.log | |
| 16 | env[TMP] = /home/ecoblaze/tmp | |
| 17 | env[TMPDIR] = /home/ecoblaze/tmp | |
| 18 | env[TEMP] = /home/ecoblaze/tmp | |
| 19 | php_admin_value[error_log] = /home/ecoblaze/logs/ecoblaze-fpm56.log | |
| 20 | php_admin_flag[log_errors] = on | |
| 21 | php_value[session.save_handler] = files | |
| 22 | php_value[session.save_path] = /home/ecoblaze/php56/session | |
| 23 | php_value[soap.wsdl_cache_dir] = /home/ecoblaze/php56/wsdlcache | |
| 24 | php_value[opcache.file_cache] = /home/ecoblaze/php56/opcache | |
| 25 | root@getmefollowed ~# |
